home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / rtcg.zip / TESTUNIT.DFM / TESTUNIT.txt
Text File  |  1996-03-03  |  1KB  |  72 lines

  1. object Form1: TForm1
  2.   Left = 190
  3.   Top = 100
  4.   Width = 447
  5.   Height = 403
  6.   Caption = 'CheckBox Test'
  7.   Font.Color = clBlack
  8.   Font.Height = -10
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 16
  16.     Top = 200
  17.     Width = 409
  18.     Height = 9
  19.     Shape = bsBottomLine
  20.   end
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 8
  24.     Width = 97
  25.     Height = 13
  26.     Caption = 'Enter item'#39's name(s):'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 16
  30.     Top = 280
  31.     Width = 51
  32.     Height = 16
  33.     Caption = 'Checked:'
  34.   end
  35.   object Button1: TButton
  36.     Left = 152
  37.     Top = 24
  38.     Width = 77
  39.     Height = 26
  40.     Caption = 'Check'
  41.     Font.Color = clBlack
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.     TabOrder = 0
  47.     OnClick = Button1Click
  48.   end
  49.   object Memo1: TMemo
  50.     Left = 16
  51.     Top = 24
  52.     Width = 117
  53.     Height = 56
  54.     TabOrder = 1
  55.   end
  56.   object RtCheckGroup1: TRtCheckGroup
  57.     Left = 16
  58.     Top = 216
  59.     Width = 137
  60.     Height = 59
  61.     BmpVAlign = rtaTop
  62.     Caption = 'RtCheckGroup1'
  63.     Columns = 2
  64.     Ctl3D = True
  65.     Items.Strings = (
  66.       'test&1'
  67.       'test&2'
  68.       'test&3'
  69.       'test&4')
  70.     ParentCtl3D = False
  71.     PictureChecked.Data = {<image000.BM66(>}
  72.